Use embedded tab rather than '\t' escape sequence. (#157949)
authorJ. Ali Harlow <ali@juiblex.co.uk>
Thu, 11 Nov 2004 14:22:51 +0000 (14:22 +0000)
committerJ. Ali Harlow <j_ali@src.gnome.org>
Thu, 11 Nov 2004 14:22:51 +0000 (14:22 +0000)
2004-11-11  J. Ali Harlow  <ali@juiblex.co.uk>

  * gdk/Makefile.am:
  * gdk-pixbuf/Makefile.am:
  * gtk/Makefile.am (gtk.def): Use embedded tab rather than '\t'
  escape sequence. (#157949)

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gdk-pixbuf/Makefile.am
gdk/Makefile.am
gtk/Makefile.am

index 054403aea2667b9ff03763c1abe67a7bb5d8c58f..ae34828f2f06632f84dd0786cf225d254f277237 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2004-11-11  J. Ali Harlow  <ali@juiblex.co.uk>
+
+       * gdk/Makefile.am:
+       * gdk-pixbuf/Makefile.am:
+       * gtk/Makefile.am (gtk.def): Use embedded tab rather than '\t'
+       escape sequence. (#157949)
+
 2004-11-10  Tor Lillqvist  <tml@iki.fi>
 
        * gdk/win32/gdkevents-win32.c (_gdk_win32_get_next_tick): 
index 054403aea2667b9ff03763c1abe67a7bb5d8c58f..ae34828f2f06632f84dd0786cf225d254f277237 100644 (file)
@@ -1,3 +1,10 @@
+2004-11-11  J. Ali Harlow  <ali@juiblex.co.uk>
+
+       * gdk/Makefile.am:
+       * gdk-pixbuf/Makefile.am:
+       * gtk/Makefile.am (gtk.def): Use embedded tab rather than '\t'
+       escape sequence. (#157949)
+
 2004-11-10  Tor Lillqvist  <tml@iki.fi>
 
        * gdk/win32/gdkevents-win32.c (_gdk_win32_get_next_tick): 
index 054403aea2667b9ff03763c1abe67a7bb5d8c58f..ae34828f2f06632f84dd0786cf225d254f277237 100644 (file)
@@ -1,3 +1,10 @@
+2004-11-11  J. Ali Harlow  <ali@juiblex.co.uk>
+
+       * gdk/Makefile.am:
+       * gdk-pixbuf/Makefile.am:
+       * gtk/Makefile.am (gtk.def): Use embedded tab rather than '\t'
+       escape sequence. (#157949)
+
 2004-11-10  Tor Lillqvist  <tml@iki.fi>
 
        * gdk/win32/gdkevents-win32.c (_gdk_win32_get_next_tick): 
index 054403aea2667b9ff03763c1abe67a7bb5d8c58f..ae34828f2f06632f84dd0786cf225d254f277237 100644 (file)
@@ -1,3 +1,10 @@
+2004-11-11  J. Ali Harlow  <ali@juiblex.co.uk>
+
+       * gdk/Makefile.am:
+       * gdk-pixbuf/Makefile.am:
+       * gtk/Makefile.am (gtk.def): Use embedded tab rather than '\t'
+       escape sequence. (#157949)
+
 2004-11-10  Tor Lillqvist  <tml@iki.fi>
 
        * gdk/win32/gdkevents-win32.c (_gdk_win32_get_next_tick): 
index 36a301c296b03dbda9e2e9f8e5d6d105331dc962..0e69c749327ccf0aef4bc0803fdc10aff082b716 100644 (file)
@@ -40,7 +40,7 @@ uninstall-ms-lib:
 endif
 
 gdk_pixbuf.def: gdk-pixbuf.symbols
-       (echo -e EXPORTS; cpp -P -DINCLUDE_VARIABLES $(srcdir)/gdk-pixbuf.symbols | sed -e '/^$$/d' -e 's/^/\t/') > gdk_pixbuf.def
+       (echo -e EXPORTS; cpp -P -DINCLUDE_VARIABLES $(srcdir)/gdk-pixbuf.symbols | sed -e '/^$$/d' -e 's/^/    /') > gdk_pixbuf.def
 
 gdk-pixbuf-alias.h: gdk-pixbuf.symbols
         $(srcdir)/makegdkpixbufalias.pl < $(srcdir)/gdk-pixbuf.symbols > gdk-pixbuf-alias.h
index 6290274228ba10dbed83c32adb5020e0dfbffa9d..684010fca1cf01a1d467a2c4ae6b2e46de590b23 100644 (file)
@@ -177,7 +177,7 @@ uninstall-ms-lib:
 endif
 
 gdk.def: gdk.symbols
-       (echo -e EXPORTS; cpp -P -DGDK_WINDOWING_WIN32 -DINCLUDE_VARIABLES $(srcdir)/gdk.symbols | sed -e '/^$$/d' -e 's/^/\t/') > gdk.def
+       (echo -e EXPORTS; cpp -P -DGDK_WINDOWING_WIN32 -DINCLUDE_VARIABLES $(srcdir)/gdk.symbols | sed -e '/^$$/d' -e 's/^/     /') > gdk.def
 
 gdkalias.h: gdk.symbols
         $(srcdir)/makegdkalias.pl < $(srcdir)/gdk.symbols > gdkalias.h
index 9a2ef0267bf7632f6e2410b9563c0b53c0f85528..f49d98b430820c1a1d4200db7f8544bd03534ea0 100644 (file)
@@ -71,7 +71,7 @@ uninstall-ms-lib:
 endif
 
 gtk.def: gtk.symbols
-       (echo -e EXPORTS; cpp -P -DINCLUDE_VARIABLES -DG_OS_WIN32 $(srcdir)/gtk.symbols | sed -e '/^$$/d' -e 's/^/\t/') > gtk.def
+       (echo -e EXPORTS; cpp -P -DINCLUDE_VARIABLES -DG_OS_WIN32 $(srcdir)/gtk.symbols | sed -e '/^$$/d' -e 's/^/      /') > gtk.def
 
 gtkalias.h: gtk.symbols
          $(srcdir)/makegtkalias.pl < $(srcdir)/gtk.symbols > gtkalias.h